home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Desktop Improver / Zoom V1.5 / Zoom!.DOC < prev    next >
Text File  |  1996-09-26  |  5KB  |  164 lines

  1.  
  2.                           Zoom!, version 1.5
  3.                      © 1993-95 by  Stefano Reksten
  4.                      of 3AM - The Three Amigos !!!
  5.  
  6.                       Written using  SAS/C v6.55
  7.                             and BtoC v3.2
  8.  
  9.  CONTENTS OF THIS FILE:
  10.  
  11.  o DISCLAIMER
  12.  o COPYRIGHT
  13.  o WHAT'S ZOOM! ?
  14.  o WHAT DOES ZOOM! NEED?
  15.  o WHY WOULD *YOU* NEED ZOOM!?
  16.  o USING ZOOM! FROM CLI
  17.  o USING ZOOM! FROM WORKBENCH
  18.  o HISTORY
  19.  o KNOWN BUGS
  20.  o HOW TO CONTACT THE AUTHOR
  21.  
  22.  
  23.  DISCLAIMER
  24.  ---------------------------------------------------------------------------
  25.  The author is  NOT  responsible for  the  suitability or  accuracy of  this
  26.  documentation and/or the program(s)  it describes.  Any damage  directly or
  27.  indirectly caused by the use or  misuse of this  documentation  and/or  the
  28.  program(s) it describes is the sole responsibility of the user her/him self
  29.  ---------------------------------------------------------------------------
  30.  
  31.  COPYRIGHT
  32.  ---------------------------------------------------------------------------
  33.  Zoom! v1.5,  Copyright  ©  1995  Stefano  Reksten.   All  rights  reserved.
  34.  This program may be distributed  non-commercially only  providing that  the
  35.  executable,  source  code,  documentation  and   copyright  notices  remain
  36.  unchanged and  are included with the distribution.
  37.  The archive must contain the following directories/files:
  38.  
  39.     Zoom_v1.5/
  40.         sources/
  41.             include/
  42.                 3AM/
  43.                     Autodocs/
  44.                         Bitmap.docs
  45.                     clib/
  46.                         bitmap_protos.h
  47.                     fd/
  48.                         bitmap.fd
  49.                     libraries/
  50.                         bitmap.h
  51.                     pragmas/
  52.                         bitmap_pragmas.h
  53.                     proto/
  54.                         bitmap.h
  55.             Zoom!.c
  56.         bitmap.library
  57.         Zoom!
  58.         Zoom!.DOC
  59.         Zoom!.DOC.info
  60.         Zoom!.info
  61.     Zoom_v1.5.info
  62.  
  63.  Please note that the Sources directory comes in an archive.
  64.  This program is FREEWARE.
  65.  
  66.  ---------------------------------------------------------------------------
  67.  
  68.  WHAT'S ZOOM! ?
  69.  
  70.  Zoom! simply opens  a small resizable window  on your WorkBench screen, and
  71.  zooms ;-) what's under your mouse pointer. To change view simply press your
  72.  RMB when Zoom!'s window is ACTIVE. You can change the zoom rate by clicking
  73.  on the "±" gadget. Timer device can be used to have an automatic re-zooming
  74.  on the last position. You can change the automatic zooming delay time using
  75.  the time gadgets, from NA ( Not Active ) to `?!', that's far far beyond 100
  76.  seconds.  The scaling factor and the delay time are  shown on Zoom!'s drag-
  77.  bar.
  78.  
  79.  ---------------------------------------------------------------------------
  80.  
  81.  WHAT DOES ZOOM! NEED?
  82.  
  83.  o Kickstart 2.04 or higher
  84.  o bitmap.library (enclosed) copied in your LIBS: directory
  85.  
  86.  ---------------------------------------------------------------------------
  87.  
  88.  WHY WOULD *YOU* NEED ZOOM! ?
  89.  
  90.  None knows! ;-) I made this program just for fun. You can use it to form up
  91.  your icons if you want!
  92.  
  93.  ---------------------------------------------------------------------------
  94.  
  95.  USING ZOOM! FROM CLI
  96.  
  97.  USAGE: Zoom! AUTO/N,Scale/N,Left/N,Top/N,Width/N,Height/N
  98.  
  99.  Where SCALE specifies the magnification,  AUTO specifies the length in secs
  100.  before Zoom! re-zooms the last location,  LEFT & TOP  refer to the window's
  101.  position, WIDTH & HEIGHT refer to the window's dimensions.
  102.  
  103.  To launch Zoom!, type 'Zoom!' (doing so you can press CTRL-C to quit),   or
  104.  type 'run Zoom!' (and to quit, you should send him a break signal by tiping
  105.  'break <process_number>' from CLI).
  106.  You can also click on the window's close gadget to exit. :-)
  107.  
  108.  ---------------------------------------------------------------------------
  109.  
  110.  USING ZOOM! FROM WORKBENCH
  111.  
  112.  Double-click on its icon.
  113.  To exit click on the window's close gadget.
  114.  Clicking on '±' gadgets will modify the scaling factor through 2 to 40.
  115.  Clicking on the time gadgets will modify the auto-zooming delay.
  116.  
  117.  CLI options can be specified by writing them in the tooltypes.
  118.  ( E.g.: AUTO=5, WWIDTH=100 ) Remember not to put spaces between the option,
  119.  the equate symbol and the value!
  120.  
  121.  ---------------------------------------------------------------------------
  122.  
  123.  HISTORY :
  124.  
  125.  v1.0 : Program created.
  126.         A person who liked it very much: Gianluca Marcoccia.
  127.  
  128.  v1.1 : '±' gadgets added.
  129.         To make him happier.
  130.  
  131.  v1.2 : Timer device plays with us.
  132.  
  133.  v1.3 : Improved timer options & zooming routine. AGA compatible.
  134.  
  135.  v1.4 : Enforcer hit removed. Uses bitmap.library. 'W' trailer added to
  136.         window tooltypes.
  137.  
  138.  v1.5 : Housekeeping, locks public screen, does not trash it.
  139.         All the icons in this archive support the NewIcon package from
  140.         Nicola Salmoria.
  141.  
  142.  ---------------------------------------------------------------------------
  143.  
  144.  KNOWN BUGS:
  145.  
  146.     None.
  147.  
  148.  ---------------------------------------------------------------------------
  149.  
  150.  I have tested this program on my A1200 and it seemed to work correctly.  If
  151.  you find any bug or something weird or have some brilliant ideas or want to
  152.  tell me how much time I am losing doing stupid things like this or anything
  153.  else, write to:
  154.  
  155.  rekststef@unisi.it
  156.  
  157.  Stefano Reksten c/o Naimi
  158.  v.le Cavour, 40
  159.  53100 Siena
  160.  ITALY
  161.  ---------------------------------------------------------------------------
  162.  
  163. <EOF>
  164.